home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00153.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  520 b   |  23 lines

  1. on exitFrame
  2.   global playMode, loadNext, subPageWait
  3.   startTimer()
  4.   unLoadCast()
  5.   if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
  6.     if loadNext = 0 then
  7.       nothing()
  8.     else
  9.       if loadNext = 1 then
  10.         unLoadCast()
  11.         preLoad(label("fonts3"), label("fonts3") + 8)
  12.       end if
  13.     end if
  14.     wait(subPageWait - the timer)
  15.     go(#next)
  16.   else
  17.     unLoadCast()
  18.     preLoad(label("fonts3") + 8, label("fonts3") + 8)
  19.     puppetTransition(23, 1, 1)
  20.     go(marker("fonts3") + 8)
  21.   end if
  22. end
  23.